ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage functions / Standard functions / Guided Tour functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Starts a Guided Tour and displays the first step.
Example
MyGetStartedTour is GuidedTour
// ...
// Start Guided Tour
MyGetStartedTour.Start()
// ...
// Stops the MyGetStartedTour
MyGetStartedTour.Stop()
Syntax
<Guided Tour>.Start([<Step to display>])
<Guided Tour>: GuidedTour variable
Name of the GuidedTour variable that corresponds to the Guided Tour to be started.
<Step to display>: Optional integer
Number of the Guided Tour step to be displayed. By default, step 1 is displayed.
Business / UI classification: UI Code
Component: wd290mdl.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/13/2023

Send a report | Local help